VerticalAlignment Enumeration
Represents the vertical position of a character. By default characters are aligned according to their baseline.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum VerticalAlignment
Public Enumeration VerticalAlignment
| Bottom | 0 |
To the bottom of the line.
|
| Top | 1 |
To the top of the line.
|
| Middle | 2 |
To the center of the line.
|
| Auto | 3 |
Automatically, which sets the vertical alignment to suit the text rotation. Text that is rotated 0 or 90 degrees is aligned to the baseline, while text that is rotated 270 degrees is aligned to the center of the line.
|
| Baseline | 4 |
To the baseline of the line.
|
| None | 5 |
None.
|